portableSql

Sin Portable SQL Function

Syntax

Sin as N (Radians as N)

Arguments

NumberNumeric

A numeric field or value.

Returns

resultNumeric

Returns the sine of an angle expressed in radians.

Description

Returns the sine of an angle expressed in radians.

Discussion

The Sin function calculates the sine of an angle expressed in radians.

Sin() function executed on the Northwind Access database
SELECT FIRST 1 Sin(0.8) AS EXPR1 FROM Products
 = 0.717356090899523